mongo atlas filter by array not empty

91

mongo atlas filter by array not empty -

collection.find({ arrayElementName: { $exists: true, $not: {$size: 0} } })

Comments

Submit
0 Comments